home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / adpipeax / vcsample.aps / Menus / 129.rc < prev   
Encoding:
Text File  |  1999-05-04  |  1020 b   |  46 lines

  1. 129 MENU
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. {
  4.  POPUP "&File"
  5.  {
  6.   MENUITEM "&New\tCtrl+N", 57600
  7.   MENUITEM "&Open...\tCtrl+O", 57601
  8.   MENUITEM "&Close", 57602
  9.   MENUITEM "&Save\tCtrl+S", 57603
  10.   MENUITEM "Save &As...", 57604
  11.   MENUITEM SEPARATOR
  12.   MENUITEM "&Print...\tCtrl+P", 57607
  13.   MENUITEM "Print Pre&view", 57609
  14.   MENUITEM "P&rint Setup...", 57606
  15.   MENUITEM SEPARATOR
  16.   MENUITEM "Recent File", 57616, GRAYED
  17.   MENUITEM SEPARATOR
  18.   MENUITEM "E&xit", 57665
  19.  }
  20.  POPUP "&Edit"
  21.  {
  22.   MENUITEM "&Undo\tCtrl+Z", 57643
  23.   MENUITEM SEPARATOR
  24.   MENUITEM "Cu&t\tCtrl+X", 57635
  25.   MENUITEM "&Copy\tCtrl+C", 57634
  26.   MENUITEM "&Paste\tCtrl+V", 57637
  27.  }
  28.  POPUP "&View"
  29.  {
  30.   MENUITEM "&Toolbar", 59392
  31.   MENUITEM "&Status Bar", 59393
  32.   MENUITEM "Advertisements", 103
  33.  }
  34.  POPUP "&Window"
  35.  {
  36.   MENUITEM "&New Window", 57648
  37.   MENUITEM "&Cascade", 57650
  38.   MENUITEM "&Tile", 57651
  39.   MENUITEM "&Arrange Icons", 57649
  40.  }
  41.  POPUP "&Help"
  42.  {
  43.   MENUITEM "&About VCsample...", 57664
  44.  }
  45. }
  46.